home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_177_frontdata.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  490 b   |  5 lines

  1. function FrontData(var dataName : Str255; windowType : Str255) : boolean;
  2.  
  3. Returns the active data window.  If windowType equals "data" then only the top data window will be returned, if windowType="text" then only the top text window will be returned, and if windowType equals "data+text" then either type will be returned.  If there are no windows open of the specified windowType then the empty string is returned and the function returns FALSE.
  4.  
  5. Also see:  SelectData  NextData  Exist